home *** CD-ROM | disk | FTP | other *** search
/ DS-CD ROM 2 1993 August / DS CD-ROM 2.Ausgabe (August 1993).iso / utility / ds0322 / install.bat < prev    next >
DOS Batch File  |  1992-08-04  |  2KB  |  49 lines

  1. echo off
  2. cls
  3. echo ******************************************************************************
  4. echo                   Installationsroutine zu DM-Boot 2.0
  5. echo ******************************************************************************
  6. echo.
  7. if %1"==" Goto fehler
  8. echo.
  9. echo Bitte  haben Sie jetzt etwas  Geduld,es dauert etwas,denn es müssen einige
  10. echo Dateien  kopiert werden und  andere Eistellungen vorgenommen werden !
  11. echo.
  12. md %1\DM
  13. copy *.EXE %1\DM >nul
  14. copy *.COM %1\DM >NUL
  15. copy *.BAT %1\DM >nul
  16. copy *.DOK %1\DM >nul
  17. del %1\DM\install.bat
  18. copy %1\CONFIG.SYS %1\DM\config.OLD >nul
  19. copy %1\AUTOEXEC.BAT %1\DM\autoexec.OLD >nul
  20. copy CONF+%1\CONFIG.SYS+AUTO+%1\AUTOEXEC.BAT %1\DM\STANDARD.DMC >nul
  21. copy AUTOEXEC.BAT %1\ >nul
  22. copy CONFIG.SYS   %1\ >nul
  23. copy AUTO %1\DM >nul
  24. copy CONF %1\DM >nul
  25. copy AUTOEXEC.BAT %1\DM\*.DMB >nul
  26. copy CONFIG.SYS   %1\DM\*.DMB >nul
  27. cls
  28. echo.
  29. echo.
  30. echo Die Installation ist abgeschlossen. Es wurde die Konfigurationsdatei
  31. echo STANDARD eingerichtet,die Ihre alte Konfiguration enthält.
  32. echo Wollen Sie das Programmpaket wieder entfernen,so starten Sie die
  33. echo Batch-Datei UNINSTAL.BAT mit
  34. echo            \DM\UNINSTAL
  35. Echo.
  36. echo Um in das Boot-Menu zu gelangen,gibt es 2 Möglichkeiten :
  37. echo            1. RESET oder Ctrl-Alt-Del
  38. echo            2. Aufruf von DM-Boot mit \DM\DMB
  39. echo.
  40. echo.
  41. goto ende
  42. :fehler
  43. echo.
  44. echo Installation aufrufen mit INSTALL ziellaufwerk
  45. echo Bsp.  INSTALL C:
  46. echo.
  47. echo.
  48. :ende
  49.